xen.git
2007-01-27 Ewan MellorIntegrate the Xen-API doc into the build.
2007-01-27 Ewan MellorMinor tidy-up.
2007-01-30 shand@cosworth... [HVM] When guest explicitly modifies the TSC, update...
2007-01-29 Christian Limpach[linux] Delay making the VCPUOP_initialise calls until...
2007-01-29 kfraser@localhost... Remove unused implementation of vsprintf().
2007-01-29 kfraser@localhost... Remove little-endian assumption from library code.
2007-01-29 Tim DeeganMerge
2007-01-29 Tim Deegan[HVM] Save/restore cleanups: don't save state for downe...
2007-01-29 kfraser@localhost... Remove unused noth/hton endian conversion macros.
2007-01-29 kfraser@localhost... Port ACM code to new Xen byteorder macros.
2007-01-29 kfraser@localhost... Remove strcat/strncat/strcmp/strncmp. Replaced with...
2007-01-29 kfraser@localhost... ia64 and ppc: Remove uses of strcpy and strncpy.
2007-01-29 kfraser@localhost... Remove uses of strcpy and strncpy from common and x86...
2007-01-29 Ian Campbell[LINUX] Force .data segment to be 4k aligned on i386.
2007-01-29 kfraser@localhost... libelf cannot rely on the strlcpy() BSD-ism.
2007-01-29 kfraser@localhost... Fix 'xm create' and 'xm start' when SEDF scheduler...
2007-01-29 kfraser@localhost... Replace sprintf with snprintf and strncpy with strlcpy.
2007-01-28 kaf24@localhost... Clean up libelf endian macros and includes.
2007-01-28 kaf24@localhost... Fix firmware compile on Solaris.
2007-01-28 kaf24@localhost... Fix compat build for weird solaris gcc target.
2007-01-28 kaf24@localhost... To avoid problems (hang) when doing migration, the...
2007-01-28 kaf24@localhost... [HVM] save/restore fix
2007-01-28 kaf24@localhost... Allow 'xm create' to set scheduling parameters.
2007-01-28 kaf24@localhost... Reject xm sched-* comands for other than the in-use...
2007-01-28 kaf24@localhost... Fix xentop error return code if passed unrecognised...
2007-01-27 kaf24@localhost... [HVM] Allow HVM guest to request invalidation of foreig...
2007-01-26 kaf24@localhost... Rename find_domain_by_id() to get_domain_by_id().
2007-01-26 kaf24@localhost... Add RCU support to Xen.
2007-01-26 kaf24@localhost... Don't clobber vcpu flags when getting vcpu context.
2007-01-26 kaf24@localhost... [HVM] Fix some BIOS build warnings.
2007-01-26 kaf24@localhost... [TCGBIOS] Fix some makefile issues.
2007-01-26 kaf24@localhost... Remove the test functions from HVM highmem 32-bit BIOS.
2007-01-26 kaf24@localhost... [HVM] Add TCG BIOS extensions to the high memory area...
2007-01-26 kaf24@localhost... This patch adds a 32bit gateway to the Bochs BIOS....
2007-01-26 Alastair Tse[XEND] Hook in utilisation statistics into Xen API...
2007-01-26 Alastair Tse[XEND] Floats for not need to be stringified in Xen...
2007-01-26 Alastair Tse[XENAPI] Add an example to start HVM guests via the...
2007-01-26 Alastair Tse[XENAPI] Make server uri easily configurable via ENV...
2007-01-26 kaf24@localhost... Fix 32-bit build.
2007-01-26 kaf24@localhost... Update hgignore list
2007-01-26 kaf24@localhost... minios : netfront driver fixes.
2007-01-26 kaf24@localhost... xen: Remove unused elf32.c.
2007-01-26 kaf24@localhost... 32-on-64: Fix an one-off error in compat_addr_ok().
2007-01-26 kaf24@localhost... Cleanups for unmodified (pv-on-hvm) driver building.
2007-01-26 kaf24@localhost... Replace mlock() calls with lock_pages().
2007-01-26 kaf24@localhost... 32-on-64: New set_address_size domctl for switching...
2007-01-26 kaf24@localhost... 32-on-64: Fix register-argument rearrangement to avoid...
2007-01-26 Alastair Tse[XEND] Add missing ConsoleController.py
2007-01-25 Emmanuel AckaouySupport transparant gunzipping in the readnotes utility.
2007-01-25 Emmanuel Ackaouylibxc domain builder rewrite, linux builder
2007-01-25 Emmanuel Ackaouylibxc domain builder rewrite, core bits.
2007-01-25 Emmanuel Ackaouylibxc header fixups.
2007-01-25 Emmanuel AckaouyAdd more xc_error_code values.
2007-01-25 Emmanuel AckaouyGenerate headers with arch-specific structs.
2007-01-25 Emmanuel Ackaouylibelf: use for readnotes utility.
2007-01-25 Emmanuel Ackaouylibelf: use for hvm builder.
2007-01-25 Emmanuel Ackaouylibelf: add to libxc
2007-01-25 Emmanuel Ackaouylibelf: use for x86 dom0 builder.
2007-01-25 Emmanuel Ackaouyadd libelf: an ELF binary parser library.
2007-01-25 Alastair Tse[XEND] Preliminary console support in Xen API
2007-01-25 Alastair Tse[XEND] Fix HVM guest creation via Xen API
2007-01-25 kfraser@localhost... Fix perfc=y build.
2007-01-25 kfraser@localhost... hvm: Define a global I/O access bitmap, allowing direct...
2007-01-25 Alastair Tse[XEND] Fix bad patch merge for XendMonitor
2007-01-25 kfraser@localhost... netfront: Better fix for netfront_tx_slot_available().
2007-01-25 kfraser@localhost... emulator: Emulate IN/OUT/INS/OUTS. Fix CLTS.
2007-01-25 kfraser@localhost... emulator: Start filling in gaps for privileged instruct...
2007-01-25 Alastair Tse[XEND] Ignore socket.shutdown() exceptions
2007-01-25 kfraser@localhost... 32-on-64: Small fixes.
2007-01-25 kfraser@localhost... emulator: Add new hook functions for load/store privile...
2007-01-25 kfraser@localhost... During suspend, return immediately with a failure if...
2007-01-25 kfraser@localhost... [HVM] Wake up APs immediately during restore.
2007-01-25 kfraser@localhost... netfront: Check availability of grant references in...
2007-01-25 Alastair Tse[XEND] Allow TCP XMLRPC address:port to be configured...
2007-01-25 Ewan MellorHave the sxp parsing cope when the cpus field is a...
2007-01-25 Alastair Tse[XEND] Remove usage of set() in XendMonitor as it is...
2007-01-24 kfraser@localhost... [HVM][SVM] Add save/restore support.
2007-01-24 kfraser@localhost... bimodal xenfb daemon: Fixes and cleanups.
2007-01-24 kfraser@localhost... 32-on-64: All argument registers must be zero extended...
2007-01-24 Alastair Tse[XEND] Fix typo in XendNode
2007-01-24 Ewan MellorFix device reordering that occurs when the config gets...
2007-01-24 kfraser@localhost... Make domctl/sysctl interfaces 32-/64-bit invariant.
2007-01-24 Alastair Tse[XEND] Add debug class to Xen API plus non-standard...
2007-01-24 Alastair Tse[XEND] Move decorate() to XendAPI.__new__ and have...
2007-01-24 Alastair Tse[XENAPI] Make test script attempt to login with blank...
2007-01-24 Alastair Tse[XEND] Cleanup old domains in statistics monitor.
2007-01-24 Alastair Tse[XENAPI] Add vif-list to xapi.py script
2007-01-24 Alastair Tse[XEND] Output exception to log files if XendAPI fails...
2007-01-24 Alastair Tse[XENAPI] Update test scripts to move from VBD.image...
2007-01-24 Alastair Tse[XEND] Add support for multiple storage repositories.
2007-01-24 Alastair Tse[XEND] Add missing Xen API methods
2007-01-24 Alastair Tse[XEND] Make sure UUID in state store are not stored...
2007-01-24 Alastair Tse[XEND] Prevent invalid arguments for destroy event...
2007-01-24 Alastair TseTest scripts for Xen API updated to support Async support
2007-01-24 Alastair Tse[XEND] Add Task support in Xen API implementation.
2007-01-24 Christian Limpach[linux] remove gratuitous differences with plain linux.
2007-01-24 Alastair Tse[XEND] Add missing XendMonitor.py
2007-01-24 Alastair Tse[XEND] Add simple VCPUs, VBDs, VIFs statistics monitoring
2007-01-24 Alastair Tse[XEND] Strip suffix from device name and add support...
2007-01-24 Christian Limpach[linux] Disable GENERIC_TIME until we have a xen clocks...
next